append Line
suspend fun appendLine(data: String, encoding: String? = "utf8", createParents: Boolean = true)
Content copied to clipboard
Append a line to this file (adds lineSeparator to data).
See also
Sources
js source
Link copied to clipboard